The compile
command will execute the compile phase of the Grails pre-packaging process, which pre-compiles Groovy and Java sources.
grails compile
Usage:
grails compile
Fired Events:
CompileStart
- Before compilation beginsCompileEnd
- After compilation completes